home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / Lib.cst / 00010.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  213 b   |  8 lines

  1. on exitFrame
  2.   global gCurrField
  3.   set gCurrField = "letterInput"
  4.   --  puppetSprite 1, TRUE
  5.   --  set the editable of member "generalInput" to TRUE
  6.   --  set the editable of sprite 1 to TRUE
  7.   initActivity ()
  8. end